home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / revrdist.sit / Local #includes / AFP.h next >
Encoding:
Text File  |  1989-05-09  |  494 b   |  37 lines  |  [TEXT/KAHL]

  1. /*
  2.  * AFP.h - AppleTalk Filing Protocol definitions
  3.  */
  4. enum
  5. {
  6.     IconTypeError = -5030,
  7.     DirNotFound,
  8.     CantRename,
  9.     ServerGoingDown,
  10.     TooManyFilesOpen,
  11.     ObjectTypeErr,
  12.     CallNotSupported,
  13.     UserNotAuth,
  14.     SessClosed,
  15.     RangeOverlap,
  16.     RangeNotLocked,
  17.     ParamErr,
  18.     ObjectNotFound,
  19.     ObjectExists,
  20.     NoServer,
  21.     NoMoreLocks,
  22.     MiscErr,
  23.     LockErr,
  24.     ItemNotFound,
  25.     FlatVol,
  26.     FileBusy,
  27.     EOFErr,
  28.     DiskFull,
  29.     DirNotEmpty,
  30.     DenyConflict,
  31.     CantMove,
  32.     BitmapErr,
  33.     BadVersNum,
  34.     BadUAM,
  35.     AuthContinue,
  36.     AccessDenied
  37. };